From: Niklas Laxström Date: Mon, 1 May 2006 10:28:35 +0000 (+0000) Subject: * Better example date in preferences X-Git-Tag: 1.31.0-rc.0~57296 X-Git-Url: http://git.cyclocoop.org/%28%5B%5E/404?a=commitdiff_plain;h=ad00746d717c5ce650dbfa68d0d9c8cdd8cf1a6f;p=lhc%2Fweb%2Fwiklou.git * Better example date in preferences --- diff --git a/includes/SpecialPreferences.php b/includes/SpecialPreferences.php index 057d84a5a4..8b972b01a6 100644 --- a/includes/SpecialPreferences.php +++ b/includes/SpecialPreferences.php @@ -781,7 +781,7 @@ class PreferencesForm { if ($dateopts) { $wgOut->addHTML( "
\n" . wfMsg( 'dateformat' ) . "\n" ); $idCnt = 0; - $epoch = '20010115161234'; + $epoch = '20010408091234'; foreach($dateopts as $key => $option) { if( $key == MW_DATE_DEFAULT ) { $formatted = wfMsgHtml( 'datedefault' );